home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / ufw.preinst < prev    next >
Text File  |  2008-10-08  |  734b  |  27 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_pycentral
  4. if which pycentral >/dev/null 2>&1 && pycentral --help 2>/dev/null | grep -q '^ *version'; then
  5.     pycentral pkgprepare ufw <<PYEOF
  6. [python-package]
  7. format = 1
  8. python-version = >= 2.5
  9. [pycentral]
  10. version = 0.6.7
  11. [files]
  12. /usr/share/pyshared/ufw=d
  13. /usr/share/pyshared/ufw/__init__.py=f
  14. /usr/share/pyshared/ufw/backend.py=f
  15. /usr/share/pyshared/ufw/backend_iptables.py=f
  16. /usr/share/pyshared/ufw/common.py=f
  17. /usr/share/pyshared/ufw/frontend.py=f
  18. /usr/share/pyshared/ufw/util.py=f
  19. /usr/share/pyshared/ufw/applications.py=f
  20. /usr/share/pyshared/ufw-0.23.2.egg-info=f
  21. PYEOF
  22. else
  23.     mkdir -p /var/lib/pycentral
  24.     echo ufw >> /var/lib/pycentral/delayed-pkgs
  25. fi
  26. # End automatically added section
  27.